home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / STDN100.ZIP / STARDOWN.DOC < prev    next >
Encoding:
Text File  |  1996-02-18  |  2.5 KB  |  79 lines

  1.                               StarDown V1.01
  2.                               --------------
  3.                 (!)1996 Larry Monte/StarLab Systems Software
  4.  
  5. WHAT IS IT?
  6. -----------
  7.               A DOWNLOAD_FILES command replacement which allows
  8.               local users (SysOps) to use the DOWNLOAD command
  9.               to copy files.
  10.  
  11. GUARANTEES:
  12. -----------
  13.               None expressed or implied. If StarDown works for
  14.               you...great. If not, feel free to modify the code
  15.               to work on your system.
  16.  
  17. FEATURES:
  18. ---------
  19.  
  20.  - Can use either a default directory, or a directory specified at
  21.    the time of DL to copy files to.
  22.  - Uses the /q, /e command to quit or list/edit files respectively
  23.  - Requires only one entry in MENUS.CTL. StarDown will determine
  24.    if the user is Local or Remote.
  25.  
  26. SETTING UP:
  27. -----------
  28.  
  29.  - Simply put StarDown in your /max/m directory (or a dir of your
  30.    choice)
  31.  - Edit line 14 to define a default path for files to be copied to:
  32.  
  33. #define DEFAULT_PATH   "C:\\ATEMP\\"
  34.  
  35.  ** Be sure to use double \\'s and include the trailing backslash
  36.  ** StarDown will ask you at the time of DL if you want to specify
  37.     and alternative path for copy.
  38.  ** This path _MUST_ already exist on your system!!!
  39.  
  40.  - Compile Stardown using:      MEX STARDOWN
  41.  
  42.  - In MENUS.CTL replace:
  43.  
  44.    File_Download                          Normal "Download (receive)"
  45.  
  46.    With:
  47.  
  48.    MEX            m\stardown              Normal "DownLoad (Receive)"
  49.  
  50. That's it! You can now copy tagged files to a directory of your choice.
  51.  
  52.  
  53. Registration
  54. ------------
  55.  
  56.   Yah, right! In the spirit of Maximus, StarDown is FREEWARE for all to use
  57. and enjoy. You can use any portion of the MEX source code in your own
  58. programs as long as you give credit where credit is due.
  59.  
  60.  
  61. Other Releases by StarLab Systems Software:
  62. -------------------------------------------
  63.  
  64. StarBar   - Currently V1.10
  65.           - LightBar File browser/selector.
  66.           - FREQ filename STARBAR from the address below
  67.  
  68. StarTrak  - Currently V1.00
  69.           - Tracks door usage on your BBS
  70.           - FREQ filename STARTRAK from the address below
  71.           - NOTE: May not work on OS/2
  72.  
  73.  
  74.                                 Larry  Monte
  75.                           StarLab Systems Software
  76.                              FidoNet  1:229/732    <- Please see the readme
  77.                                      (1:253/232)   <- file for address
  78.                                                       change information
  79.